Remove debug spew
authorMatthias Clasen <mclasen@redhat.com>
Thu, 23 Jul 2015 04:45:32 +0000 (00:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 23 Jul 2015 04:45:32 +0000 (00:45 -0400)
gtk/gtkfilechooserentry.c

index 100729a114944b253e65aa798143bd0d7a95bf0b..be310ee3d29c6b0ea5ef616f75d4edfdf78da7c1 100644 (file)
@@ -352,7 +352,6 @@ gtk_file_chooser_get_directory_for_text (GtkFileChooserEntry *chooser_entry,
   if (file == NULL)
     return NULL;
 
-  g_print ("text '%s', folder '%s'\n", text, g_file_get_path (file));
   if (text[0] == 0 || text[strlen (text) - 1] == G_DIR_SEPARATOR ||
       is_directory_shortcut (text))
     return file;